Skip to content

Conversation

@jonasfj
Copy link
Member

@jonasfj jonasfj commented Nov 11, 2024

I hope we'll never need to manually run this, but having the button is probably a good idea.

@jonasfj jonasfj requested a review from isoos November 11, 2024 10:08
@jonasfj jonasfj force-pushed the exported-api-admin-action branch from 5d6a3c3 to 02c2fc6 Compare November 11, 2024 10:09
Copy link
Contributor

@sigurdm sigurdm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth creating a test of this somehow, given that we will most likely only exercise this in a state of problems...

InvalidInputException.checkPackageName(p);
}
for (final p in packages) {
await apiExporter!.synchronizePackage(p, forceWrite: forceWrite);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we do these in parallel?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's do that in a follow up

@isoos
Copy link
Collaborator

isoos commented Nov 11, 2024

Is it worth creating a test of this somehow, given that we will most likely only exercise this in a state of problems...

I agree. I was thinking to create a few test cases where we break the bucket one way or another, and run this on it. However, it may be worth to get this out without those tests for now, as we have some coverage already of the underlying method.

@jonasfj jonasfj merged commit e0b6895 into dart-lang:master Nov 11, 2024
33 checks passed
@jonasfj jonasfj deleted the exported-api-admin-action branch November 11, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants